runtime.timer.trace (method)
15 uses
runtime (current package)
time.go#L178: func (t *timer) trace(op string) {
time.go#L209: t.trace("lock")
time.go#L214: t.trace("unlock")
time.go#L242: t.trace("updateHeap")
time.go#L328: t.trace("new")
time.go#L431: t.trace("stop")
time.go#L516: t.trace("modify")
time.go#L587: t.trace("needsAdd+")
time.go#L589: t.trace("needsAdd-")
time.go#L627: t.trace("maybeAdd")
time.go#L1006: t.trace("unlockAndRun")
time.go#L1309: t.trace("maybeRunChan-")
time.go#L1314: t.trace("maybeRunChan+")
time.go#L1327: t.trace("blockTimerChan")
time.go#L1364: t.trace("unblockTimerChan")
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |